| Previous | Chapter Contents | Chapter Top | Next |
Use these flags in the MusicGetInstrumentInfo function [link] and InstrumentGetInfo function [link] to indicate which instruments and instrument names you are interested in.
enum {
kGetInstrumentInfoNoBuiltIn = 1 << 0,
kGetInstrumentInfoMidiUserInst = 1 << 1,
kGetInstrumentInfoNoIText = 1 << 2
};
| Previous | Chapter Contents | Chapter Top | Next |